FMeinicke's Wiki

Home

❯

Linux

❯

yt dlp, ffmpeg & friends

❯

Convert `.webm` to `.mp4`

Convert `.webm` to `.mp4`

May 26, 20251 min read

  • ffmpeg

ffmpeg

Source

  • https://stackoverflow.com/a/60443156/12780516
ffmpeg -i input.webm -c copy output.mp4

Graph View

Created with Quartz v4.5.0 © 2025

  • GitHub